Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Backported fixes to 2.3.18 for CVE-2013-6415 and CVE-2013-6417 #1

Open
wants to merge 2 commits into
base: 2-3-stable
Choose a base branch
from

Conversation

presidentbeef
Copy link

These are backports of official patches for CVE-2013-6415 and CVE-2013-6417.

To generate a patch file:

git clone https://github.com/twitter-forks/rails.git
cd rails
git checkout patch_for_CVE-2013-6415_and_CVE-2013-6417
git format-patch origin/2-3-stable --stdout > patch_for_CVE-2013-6415_and_CVE-2013-6417.patch

Or Just Do It:tm::

git clone https://github.com/twitter-forks/rails.git
cd rails
git checkout patch_for_CVE-2013-6415_and_CVE-2013-6417
PKG_BUILD=1 rake gem
mkdir rails-2.3.18.1
find . -name *2.3.18.1.gem | xargs -J % mv % rails-2.3.18.1/
cd rails-2.3.18.1
gem install *.gem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant